home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / diskutil / twister2.lzh / MAKEFILE next >
Encoding:
Text File  |  1985-11-20  |  283 b   |  12 lines

  1. # disable the code improver for faster compiles, change to an echo command
  2. MMIMP = %e
  3.  
  4. twister.prg : mmtwst.o twister.o
  5.         $(LINKER) twister.o mmtwst.o -o twister.prg
  6.  
  7. twister.o : twister.h twster.rsh
  8.  
  9. twster.rsh : twister.rsh
  10.         $(CPATH)\nolast.ttp twister.rsh twster.rsh
  11.  
  12.